SearchMailboxesResponseFailedMailboxes Property |
Gets the failed mailboxes.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<FailedMailbox> FailedMailboxes { get; }Public ReadOnly Property FailedMailboxes As IList(Of FailedMailbox)
Get
Property Value
Type:
IListFailedMailboxThe failed mailboxes.
See Also